home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / UTILITY1 / DIALEXE.ZIP / DIALEXE.RDM < prev    next >
Text File  |  1993-12-10  |  4KB  |  93 lines

  1.     DIALER VERSION 1.0c                     09/12/93
  2.  
  3. New features:
  4. 9/12/93        
  5.         User can now specify '\n' as linefeed  and '\r'
  6.         as carriage return in expect/send pair string. 
  7.  
  8.         Support 56000 BPS
  9.  
  10.         Can now launch up to 2 applications, separated by ';'. 
  11.  
  12.         Simplified communication setting. Click OK will save setting
  13.         by default.
  14.  
  15.         Allow user to specify number of retry in dialer.ini file. Edit the entry 
  16.         "Retry" in the ini file.
  17.         
  18.         Multiple hosts configuration is now possible by duplicating dialer.exe and
  19.         dialer.ini in another directory. Dialer.exe will only look for the ini file
  20.         in the executable directory.
  21.         
  22. 22/11/93    INCLUDED CTL3d.DLL and new option for sending CR after connect
  23.         to wake up remote host or comm server.    
  24.  
  25. -------------------------------------------------------------------------------
  26.  
  27.     This is a general purpose dialer for launching other
  28. Windows based application that hasn't got modem access capability built in.
  29. The modem section support Hayes compatible modem setting. Initialisation string
  30. is user definable up to 30 characters long.
  31.     
  32.     The "Send CR after connect" is required only if your system
  33. requires a CR to wake it up after connection is made. Sepcify "None"
  34. if you don't want this option.
  35.  
  36.     The expect/send pairs section allows user to define their own
  37. host access sequence. For example for accessing Demon service here in UK
  38. you would fill up the expect/send pairs section as follows:
  39.  
  40.     Expect        Send            Expect      send
  41.     ------        -----            ------      -----
  42.      1   ogin:        user name\n        3    Protocol  SLIP\n
  43.      2     assword:    yousr password\n    4    HELLO      None    
  44.                         5    None      None
  45.  
  46.     Launch Program: d:\winsock\tcpman;d:\mosaic\mosaic
  47.     ( Note ';' is used to separate the TCPMAN and Mosaic )
  48.  
  49.     Once connected, the access sequence goes like this:
  50.     
  51.     Expect string ogin:
  52.     Got ogin: send user name
  53.     Expect string assword:
  54.     Got assword:    send password
  55.     Expect string Protocol
  56.     Got Protocol send SLIP
  57.     Expect string HELLO
  58.     Got HELLO send nothing
  59.     Ignore sequence 5
  60.     Launch application program.
  61.         
  62.     
  63.     If None is specified in any of the expect coloumns, the dialer
  64. will skip that expect/send pair. Specify "None" in send column
  65. tells dialer to send nothing back.
  66.     
  67. Note:
  68.     Unused pairs must be filled in with "None" to stop dialer
  69. from hanging.
  70.     
  71.     Do not quit the dialer while your application is running.
  72. Use hangup to disconnect once you have closed your application.
  73.     
  74.     There is no need to specify AT&D0 to stop the DTR from hanging
  75. up your modem. Once the connection is made, the dialer will release
  76. control of the comm port.
  77.  
  78.     The launch program field in the setup dialog box user must specify
  79. the full path of his or her application program to be launched unless the
  80. program is in the PATH. Th minimized checked bx allows user to specify
  81. whether the program is to be launched in minimized or full window.
  82.  
  83.  
  84. +------------------------------------------------------------------------+
  85. + K.H.Ping                                                               +
  86. + Internet: ping@genie.demon.co.uk                ______                 +
  87. + Associated Newspapers Ltd.                     /     /  .  ___     ____+
  88. + Northcliffe House, 2 Northcliffe House        /_____/  /  /   \   /   /+
  89. + Room 412A, Kensington, London W8 5TT         /        /  /    /  /__ / +
  90. + Tel: +44 71 9387198  Fax: +44 71 9382008    /        /  /    /      /  +
  91. +--------------------------------------------------------------------/---+
  92.                                                                  \__/
  93.